-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverting segmentation data to Unicode 15.0 #4271
Conversation
{ | ||
break_state_table[index] = break_state; | ||
} | ||
fn generate_rule_break_data( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: document that this is currently always called with a different provider that uses hardcoded data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this blocking? I think that's fairly obvious from the single call site.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to dig a bit. Not blocking
Self { | ||
source: SourceData { | ||
trie_type: TrieType::Small, | ||
icuexport_paths: Some(Arc::new(SerdeCache::new(AbstractFs::Memory( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: Good design for SerdeCache that this is so easy to do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Thanks for doing this
Our unversioned rules are not compatible with 15.1 properties data.